osmarks.tk
.mods.zip
I provided, which makes it less annoying than mcdex
.mcdex
to install things by name from the command line?cat manifest | mcdex install $1
or something.>
?mcdex
can already kind of install from manifests; it just doesn't let you directly without a slightly annoying step.thing < file
is equivalent to cat file | thing
. (edited)< file
is basically "send contents of file into stdin ".> file
would be "send stdout into file".cat
just reads the files it's given as arguments (or stdin) and sends them to stdout.thing
.cat
is a programming language where every program is a quineProcess
class.System.Diagnostics.Process
? :Vimport subprocess
subprocess.run(["program", "arg"])
if I remember correctly, which is nice.Process.Start("program","arg");
switchcraft.pw
is the actual IP.lscpu
mcdex
route, still crashing.Adding Authlib to Classpath
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader
No usable authlib available. Please check your firewall rules and network connection. Can't start MC without working authlib. Launch button will be disabled.
[CONNECTED]
mods.zip
.